What is UITableView?
1601
11-May-2015
Sunil Singh
11-May-2015An instance of UITableView (or simply, a table view) is a means for displaying and editing hierarchical lists of information.A table view displays a list of items in a single column. UITableView is a subclass of UIScrollView, which allows users to scroll through the table, although UITableView allows vertical scrolling only. The cells comprising the individual items of the table are UITableViewCell objects; UITableView uses these objects to draw the visible rows of the table.